projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e90804
)
selection: Hi, I can't get my code right
author
Benjamin Otte
<otte@redhat.com>
Mon, 18 Oct 2010 16:29:51 +0000
(18:29 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Mon, 18 Oct 2010 17:22:44 +0000
(19:22 +0200)
Also, I refuse to compile with -Werror, so I don't notice.
gtk/gtkselection.c
patch
|
blob
|
history
diff --git
a/gtk/gtkselection.c
b/gtk/gtkselection.c
index fc0f031c4f28ee1f58aac8b8602214ffbfc2dbdb..999652c724623bda10e25db1f618d1a0c96b2ebd 100644
(file)
--- a/
gtk/gtkselection.c
+++ b/
gtk/gtkselection.c
@@
-3132,7
+3132,7
@@
gtk_target_entry_new (const char *target,
guint flags,
guint info)
{
- GtkTargetEntry entry = { target, flags, info };
+ GtkTargetEntry entry = {
(char *)
target, flags, info };
return gtk_target_entry_copy (&entry);
}